FossID Reporter
Export reports from FossID.
Configuration
Example
{
"FossID": {
"options": {
"serverUrl": null,
"reportType": "XLSX",
"selectionType": "INCLUDE_ALL_LICENSES"
},
"secrets": {
"apiKey": null,
"user": null
}
}
}
Options
serverUrl
The URL of the FossID server to connect to.
apiKey
The API key to use for authentication.
user
The user to authenticate as.
reportType
The type of report to generate. See [ReportType].
selectionType
The type of selection to use. Allowed values are "INCLUDE_ALL_LICENSES", "INCLUDE_COPYLEFT", "INCLUDE_FOSS", and "INCLUDE_MARKED_LICENSES".